home *** CD-ROM | disk | FTP | other *** search
- *( ══════════════════════════════════════════ )
- *( AUTO.APP AUTOMATIC NUMBERING )
- *( August 28, 1986 Author: CNS )
- *( This procedure requires a computed column )
- *( FLAG INT where expression is (1*1) )
- *( Var MAXID is the starting ID )
- *( Var CNTR is used in the form )
- *( ══════════════════════════════════════════ )
- CLE ALL VAR
- SET RULES OFF
- SET ZERO ON
- SET V CNTR INT
- SET V MAXID INT
- COMPUTE MAXID AS MAX ID# FROM TABLE1
- ENTER NUMBER
- RETURN